4.1.8.3. ContactΒΆ

That resource [1] returns structured contact information such as phone, email, skype.

Resource GET Example
/contact list of contact data
{
  code: 200,
  data: {
    email: "test@mysmile.com",
    phone: "111-11-11",
    skype: "mysmile"
  }
}

Notes

[1]Parameters of response configurable through MySmile settings table in database (since v 0.5.0 of api sever).